Skip to content

Bump elasticsearch-dsl from 6.2.1 to 7.1.0#6

Open
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/elasticsearch-dsl-7.1.0
Open

Bump elasticsearch-dsl from 6.2.1 to 7.1.0#6
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/elasticsearch-dsl-7.1.0

Conversation

@dependabot-preview
Copy link
Copy Markdown

@dependabot-preview dependabot-preview Bot commented Dec 14, 2019

Bumps elasticsearch-dsl from 6.2.1 to 7.1.0.

Changelog

Sourced from elasticsearch-dsl's changelog.

7.1.0 (2019-10-23)

  • Optimistic concurrent control for Document.delete
  • Removing deprecated DocType
  • Proper count caching for ES 7.x
  • Support for multiplexer token filter
  • Don't substitute for __ in FacetedSearch

7.0.0 (2019-04-26)

  • Compatibility with Elasticsearch 7.x
  • Document.save() now returns "created" or "updated"
  • Dropped support for Python 2.6, 3.2, and 3.3
  • When using fields the values are no longer merged into the body of the document and have to be accessed via .meta.fields only

6.4.0 (2019-04-26)

  • Index.document now correctly sets the Document's _index only when using default index ([#1091](https://github-redirect.dependabot.com/elasticsearch/elasticsearch-dsl-py/issues/1091))
  • Document inheritance allows overriding Object and Nested field metadata like dynamic
  • adding auto_date_histogram aggregation
  • Do not change data in place when (de)serializing

6.3.1 (2018-12-05)

  • Analyzer.simulate now supports built-in analyzers
  • proper (de)serialization of the Range wrapper
  • Added search_analyzer to Completion field

6.3.0 (2018-11-21)

  • Fixed logic around defining a different doc_type name.
  • Added retry_on_conflict parameter to Document.update.
  • fields defined on an index are now used to (de)serialize the data even when not defined on a Document
  • Allow Index.analyzer to construct the analyzer
  • Detect conflict in analyzer definitions when calling Index.analyzer
  • Detect conflicting mappings when creating an index
  • Add simulate method to analyzer object to test the analyzer using the _analyze API.
  • Add script and script_id options to Document.update
  • Facet can now use other metric than doc_count
  • Range objects to help with storing and working with _range fields
  • Improved behavior of Index.save where it does a better job when index already exists
  • Composite aggregations now correctly support multiple sources aggs
  • UpdateByQuery implementated by @​emarcey
Commits
  • 24abee3 Version bump to 7.1.0
  • 2c099d5 Adding RankFeature and RankFeature
  • 38f2f5e adding distance feature query
  • 4f63b2d Fixing the link to CLA
  • e74ab2c Do not allow __ to dot expansion in FacetedSearch
  • 89200d2 Adding parent aggregation
  • d77ee3b Allow proper definitions of multiplexer and conditional token filters
  • e1b4653 Explain example in docs
  • ec9f9c0 Merge branch 'master' into connection_interface_usage
  • 2b63582 Fixes count cache logic according to 7.x API
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label Dec 14, 2019
@dependabot-preview dependabot-preview Bot force-pushed the dependabot/pip/elasticsearch-dsl-7.1.0 branch from efa8644 to 2890b5d Compare December 22, 2019 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants